Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VB.Net Tutorial
1) 2D Graphics
2) Attributes
3) Class Module
4) Collections
5) Data Type
6) Database ADO Net
7) Date Time
8) Design Patterns
9) Development
10) Event
11) Generics
12) GUI
13) GUI Applications
14) Internationlization
15) Language Basics
16) LINQ
17) Operator
18) Reflection
19) Regular Expressions
20) Security
21) Socket Network
22) Statements
23) Stream File
24) Thread
25) Windows
26) WPF
27) XML
Statements
1) Calculated step
2) Calculating compound interest
3) Combine While and If to search in an array
4) Continue Do
5) Continue For
6) Demonstrating the DoLoop While repetition structure
7) Do Loop with Exit Do
8) Do Until Loop
9) Do UntilLoop (2)
10) Do While Loop
11) Do WhileLoop
12) Draw square of by using nested while loop
13) Else If (Not ELSEIF)
14) ElseIf
15) Exit Do While
16) Exit For
17) Exit For 1
18) Float step
19) For Each with Collection
20) For loop with float point control number
21) For To Next Loop
22) GoTo statement with Label
23) If Short Circuiting with ANDALSO
24) If statement Short Circuiting
25) If with And
26) IIf
27) Imports command
28) Imports System
29) Insert statement into With statement
30) Microsoft VisualBasic Switch
31) Nested For Loop
32) Nested if statement
33) Nested With statement
34) On Error GoTo errorhandle
35) Resume
36) Select Case Err Number
37) Select Case statement with Integer and exact value
38) Select Case statement with range Integer value
39) Select Case statement with String range value
40) Select Now DayOfWeek
41) Set For Loop float Step
42) Single line vs Multi-line If statement
43) Specify several values in one Case statement
44) Use both range and fix value in Select statement
45) Use ElseIf
46) Use For Each to loop through Array
47) Use If statement in a For statement
48) Use if statement to compare Integer
49) Use With statement with Form object
50) Use With statement with OpenFileDialog
51) Using counter-controlled repetition
52) Using DoLoop Until repetition structure
53) Using ForNext structure to demonstrate summation
54) Using Select Case structure
55) Using statement
56) Using the Exit keyword in repetition structures
57) Using the ForNext structure to demonstrate counter-controlled repetition
58) Using the While structure to demonstrate counter-controlled repetition
59) While structure